|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.formatter.FormattingContextProperties
Keys used by IFormattingContext
objects to register specific
properties needed during the formatting process of a content formatter
implementing IContentFormatterExtension2
.
IFormattingContext
,
IFormattingStrategyExtension
,
IContentFormatterExtension2
Field Summary | |
static String |
CONTEXT_DOCUMENT
Property key of the document property. |
static String |
CONTEXT_INDENTATION
Property key of the indentation property. |
static String |
CONTEXT_PARTITION
Property key of the partition property. |
static String |
CONTEXT_POSITIONS
Property key of the positions property. |
static String |
CONTEXT_PREFERENCES
Property key of the preferences property. |
static String |
CONTEXT_REGION
Property key of the region property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String CONTEXT_INDENTATION
java.lang#String
.
Value: "formatting.context.indentation"
public static final String CONTEXT_PARTITION
org.eclipse.jface.text#TypedPosition
.
Value: "formatting.context.partition"
public static final String CONTEXT_POSITIONS
int[]
.
Value: "formatting.context.positions"
public static final String CONTEXT_PREFERENCES
java.util#Map
.
Value: "formatting.context.preferences"
public static final String CONTEXT_DOCUMENT
java.lang#Boolean
.
Value: "formatting.context.document"
public static final String CONTEXT_REGION
org.eclipse.jface.text#IRegion
.
Value: "formatting.context.region"
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |